This section explains the typographical and function-naming conventions used in this guide.
This guide uses the following typographical conventions:
Fixed-width
Note: In the "New Functions" sections in the extensions chapters, regular font is used for function names. This avoids large blocks of boldface text, which would be difficult to read.
This guide refers to a group of similarly named OpenGL functions by a single name, using an asterisk to indicate all the functions whose names start the same way. For instance, glVertex*() refers to all functions whose names begin with "glVertex": glVertex2s(), glVertex3dv(), glVertex4fv(), and so on.